home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / chapters / 1.3.dxr / Internal_101_go aug.ls < prev    next >
Encoding:
Text File  |  2004-06-10  |  138 b   |  15 lines

  1. on mouseEnter
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseDown
  10.   global muisnu
  11.   muisnu = 400
  12.   cursor(-1)
  13.   go("aug")
  14. end
  15.